#banner
{
	
	position:relative;
	float: right;
}

#banner img{
	width: 100%;
	height: 100%;
}

#banner .contenedor
{
	position: absolute;
	top:10%;
	left:10%;
	transform: translateX(-50%) translateY(-50%);
	color: #205CAE;
	padding:10px;
}

#banner h2
{
	font-size: 12px;
	text-shadow: 2px 2px 2px gray;
}

#banner a
{
	display: block;
	width: 200px;
	color: #00bb2d;
	text-decoration: none;
	padding: 5px;
	margin-top: 5px;
	font-size: 2em;
	/*border: 3px solid #fff;*/
}


#banner a:hover
{
	background: rga(51,51,51.0.5);
}



@media (min-width: 1024px){
#banner h2
{
	font-size:32px;
}

}